home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 47.7z / BS1 part 47 / Bad Dozer Demo (1994)(Fast Ram Design & Amiga Format Magazine)[WB].7z / Bad Dozer Demo (1994)(Fast Ram Design & Amiga Format Magazine)[WB].adf / S / Startup-sequence.HD < prev   
Text File  |  1991-07-16  |  1KB  |  63 lines

  1. c:setpatch >NIL:
  2. c:version >NIL:
  3. addbuffers >NIL: df0: 15
  4. Failat 21
  5.  
  6. resident >NIL: c:List pure add
  7. resident >NIL: c:Copy pure add
  8. resident >NIL: c:Assign pure add
  9. resident >NIL: c:Execute pure add
  10.  
  11. makedir ram:T ram:Clipboards ram:env ram:env/sys
  12. copy >NIL: ENVARC: ram:env all quiet noreq
  13.  
  14. assign ENV: ram:env
  15. assign T: ram:t ;set up T: directory for scripts
  16. assign CLIPS: ram:clipboards
  17. assign REXX: s:
  18.  
  19. if exists sys:Monitors
  20.     join >NIL: sys:monitors/~(#?.info) as t:mon-start
  21.     execute t:mon-start
  22.     delete >NIL: t:mon-start
  23. endif
  24.  
  25. BindDrivers
  26.  
  27. setenv Workbench $Workbench
  28. setenv Kickstart $Kickstart
  29.  
  30. IPrefs
  31. ;
  32. echo "Amiga Release 2.  Kickstart $Kickstart, Workbench $Workbench"
  33.  
  34. conclip
  35.  
  36. mount speak:
  37. mount aux:
  38. mount pipe:
  39.  
  40. path ram: c: sys:utilities sys:rexxc sys:system s: sys:prefs sys:wbstartup add
  41. if exists sys:tools
  42.     path sys:tools add
  43.     if exists sys:tools/commodities
  44.         path sys:tools/commodities add
  45.     endif
  46. endif
  47.  
  48. ; if keyboard env variable is set, set the keymap
  49. if ${sys/keyboard} NOT EQ "*${sys/keyboard}"
  50.     setmap ${sys/keyboard}
  51. endif
  52.  
  53.  
  54. if exists s:user-startup
  55.     execute s:user-startup
  56. endif
  57.  
  58. rexxmast >NIL:
  59.  
  60. LoadWB
  61.  
  62. endcli >NIL:
  63.